FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package eng.fhir.profile.dev#0.0.7-beta (344 ms)

Package eng.fhir.profile.dev
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://eng.it/fhir/StructureDefinition/Bundle_OE_risultati
Url https://eng.it/fhir/StructureDefinition/Bundle_OE_risultati
Status draft
Date 2023-05-17T15:13:31.6270141+00:00
Name Bundle_OE_risultati
Experimental False
Authority hl7
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://eng.it/fhir/StructureDefinition/DiagnosticReport_Eng DiagnosticReport_Eng
https://eng.it/fhir/StructureDefinition/MessageHeader_OE_risultati_Eng MessageHeader_OE_risultati_Eng
https://eng.it/fhir/StructureDefinition/Observation_Eng Observation_Eng
https://eng.it/fhir/StructureDefinition/ServiceRequest_Eng ServiceRequest_Eng
https://eng.it/fhir/StructureDefinition/Specimen_Eng Specimen_Eng


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://eng.it/fhir/StructureDefinition/Bundle_OE_risultati",
  "name" : "Bundle_OE_risultati",
  "status" : "draft",
  "date" : "2023-05-17T15:13:31.6270141+00:00",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle",
        "path" : "Bundle",
        "comment" : "Questo tipo di Bundle conterrà le risorse:\r\n\r\n* MessageHeader_OE_risultati\r\n\r\n* ServiceRequest\r\n\r\n* Observation\r\n\r\n* DiagnosticReport\r\n\r\n* Specimen \r\n\r\nIl MessageHeader_OE_risultati può avere come eventCoding.code i seguenti:\r\n\r\n* OUL_RES --> inserisci risultati",
        "constraint" : [
          {
            "key" : "bundle-oe-risultati",
            "severity" : "error",
            "human" : "Per questo tipo di Bundle sono obbligatorie le risorse MessageHeader, ServiceRequest, Observation, DiagnosticReport",
            "expression" : "entry.resource.ofType(MessageHeader).exists() and entry.resource.ofType(ServiceRequest).exists() and entry.resource.ofType(Observation).exists() and entry.resource.ofType(DiagnosticReport).exists()"
          },
          {
            "key" : "bundle-oe-risultati-laboratorio",
            "severity" : "warning",
            "human" : "Per il bundle relativo ai risultati di laboratorio, se gestito il campione, è previsto l'inserimento del profilo Specimen",
            "expression" : "entry.resource.ofType(Specimen).exists()"
          }
        ]
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "definition" : "Indica lo scopo di questo bundle, ovvero come si intende utilizzarlo.",
        "comment" : "Impostato valore fisso a message, per questo tipo di Bundle",
        "fixedCode" : "message"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "short" : "Quando il bundle è stato assemblato",
        "definition" : "La data/ora in cui il bundle è stato assemblato, ovvero quando le risorse sono state inserite nel bundle.",
        "comment" : "Per molti bundle, il timestamp è uguale a .meta.lastUpdated, perché non sono memorizzati (ad esempio, i risultati di ricerca). Quando un bundle viene inserito in un archivio persistente, .meta.lastUpdated verrà solitamente modificato dal server. Quando il bundle è un messaggio, un agente middleware che modifica il messaggio (anche se non memorizzato) DOVREBBE aggiornare .meta.lastUpdated. .timestamp è usato per tracciare l'ora originale del bundle e DOVREBBE essere popolato. \r\n\r\nUtilizzo:\r\n\r\n* document : la data di creazione del documento. Nota: la composizione può essere precedente al documento o essere associata a più documenti. La data della composizione - l'ora di creazione - può essere precedente all'ora di assemblaggio del documento.\r\n* messaggio: la data in cui il contenuto del messaggio è stato assemblato. Questa data non viene modificata dai motori middleware, a meno che non aggiungano dati aggiuntivi che cambino il significato dell'ora del messaggio.\r\n* storia: la data in cui la storia è stata assemblata. Questa data sarà utilizzata come tempo _since per richiedere gli aggiornamenti successivi.\r\n* searchset : l'ora in cui è stato assemblato l'insieme di ricerca. Si noti che pagine diverse POSSONO avere timestamp diversi, ma non è necessario. Avere timestamp diversi non implica che le pagine successive rappresentino o includano le modifiche apportate dopo l'interrogazione iniziale.\r\n* transazione | transazione-risposta | batch | batch-risposta | raccolta : nessun significato particolare assegnato\r\n\r\nIl valore del timestamp deve essere maggiore del lastUpdated e degli altri timestamp nelle risorse del bundle e deve essere uguale o precedente al .meta.lastUpdated del bundle stesso."
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        },
        "short" : "Voce nel bundle - avrà una risorsa o un'informazione",
        "definition" : "Una voce in un bundle di risorse: conterrà una risorsa o informazioni su una risorsa (solo transazioni e cronologia).",
        "comment" : "Questo tipo di Bundle conterrà le risorse:\r\n\r\n* MessageHeader_OE_risultati\r\n\r\n* ServiceRequest\r\n\r\n* Observation\r\n\r\n* DiagnosticReport\r\n\r\n* Specimen",
        "orderMeaning" : "Per i bundle di tipo \"document\" e \"message\", la prima risorsa è speciale (deve essere rispettivamente Composition o MessageHeader). Per tutti i bundle, il significato dell'ordine delle voci dipende dal tipo di bundle"
      },
      {
        "id" : "Bundle.entry:MessageHeader_OE_risultati",
        "path" : "Bundle.entry",
        "sliceName" : "MessageHeader_OE_risultati",
        "short" : "MessageHeader_OE_risultati",
        "definition" : "MessageHeader_OE_risultati",
        "comment" : "può avere come eventCoding.code i seguenti:\r\n\r\n* OUL_RES --> inserisci risultati",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:MessageHeader_OE_risultati.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/MessageHeader_OE_risultati_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:ServiceRequest",
        "path" : "Bundle.entry",
        "sliceName" : "ServiceRequest",
        "short" : "ServiceRequest",
        "definition" : "ServiceRequest",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:ServiceRequest.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/ServiceRequest_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:ServiceRequest.resource.performer",
        "path" : "Bundle.entry.resource.performer",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Bundle.entry:Observation",
        "path" : "Bundle.entry",
        "sliceName" : "Observation",
        "short" : "Observation",
        "definition" : "Observation",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:Observation.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/Observation_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:DiagnosticReport",
        "path" : "Bundle.entry",
        "sliceName" : "DiagnosticReport",
        "short" : "DiagnosticReport",
        "definition" : "DiagnosticReport",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:DiagnosticReport.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/DiagnosticReport_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Specimen",
        "path" : "Bundle.entry",
        "sliceName" : "Specimen",
        "short" : "Specimen",
        "definition" : "Specimen"
      },
      {
        "id" : "Bundle.entry:Specimen.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/Specimen_Eng"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.